Closed
Conversation
3 tasks
00f7e11 to
609a5d4
Compare
cclauss
reviewed
Oct 30, 2025
Contributor
cclauss
left a comment
There was a problem hiding this comment.
https://pypi.org/project/uvicorn is currently 0.38.0
| # See: https://github.com/agronholm/anyio/issues/508 | ||
| "ignore: trio.MultiError is deprecated since Trio 0.22.0:trio.TrioDeprecationWarning" | ||
| "ignore: trio.MultiError is deprecated since Trio 0.22.0:trio.TrioDeprecationWarning", | ||
| # Python 3.14 deprecates asyncio.iscoroutinefunction, but uvicorn 0.35.0 still uses it |
Contributor
There was a problem hiding this comment.
https://pypi.org/project/uvicorn is currently 0.38.0
|
I can't apply this https://github.com/encode/httpx/pull/3693.patch cleanly to either 0.28 or the master branch. This is for commit def4778: As seen trying to apply the patch to the Guix package, which uses |
Contributor
|
Thanks for the contribution! When I ran it locally, it looked like the CI was not passing. I polished it a bit and opened another PR. You will be mentioned as a co author! #3722 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Hi, this is my first contribution!!! Please be a little gentle with me ;-)
This is based on #3664 but I add fixes for
I'm not fully sure if this also passes on 3.9, it might need a little more work, but on 3.14 I think this fixes the problems ;-)